home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 Christmas / macformat-045.iso / Shareware Plus / Developers / enteract-377 / enteract-377.sit / EnterAct Stuff / hAWK project / AWK Source / Load2.c / Load2.c
Encoding:
Text File  |  1996-05-08  |  132 b   |  11 lines  |  [TEXT/CWIE]

  1. /* Load2.c
  2. Just a donothing to force loading of a particular segment.
  3. */
  4.  
  5. void LoadSegment2(void);
  6.  
  7. void LoadSegment2(void)
  8.     {
  9.     
  10.     }
  11.